home *** CD-ROM | disk | FTP | other *** search
- tellTarget("_root")
- {
- gotoAndStop("Tab6");
- }
- if(2 < eval("/Variables:NbArtifices"))
- {
- set("/Variables:ArtificePorte",true);
- tellTarget("_root.GardeDerriere")
- {
- gotoAndStop("AvanceTir");
- play();
- }
- }
- else
- {
- tellTarget("_root.GardeDerriere")
- {
- gotoAndStop("Entre");
- play();
- }
- }
- tellTarget("_parent")
- {
- gotoAndStop(1);
- }
-